home *** CD-ROM | disk | FTP | other *** search
- -- card: 6649 from stack: in
- -- bmap block id: 6208
- -- flags: 0000
- -- background id: 5170
- -- name: bill12.1
-
-
- -- part 11 (button)
- -- low flags: 80
- -- high flags: 8003
- -- rect: left=0 top=0 right=22 bottom=168
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: IDEA q12
- ----- HyperTalk script -----
- on PlayEvent
- -- 8/8/88 12:14 AM compiled by Margo Riedel
-
- global StartTime, SndPrefix, SndMax, NextSnd
- global currEventID, currStack, currButton
-
- put the short id of this card into currEventID
- put the short name of this stack into currstack
- put the short name of me into currButton
-
- put ticks() into StartTime
-
- put "bill12" into SndPrefix
- put 8 into SndMax
-
- play "bill12.1"
- play "bill12.2"
- put 3 into NextSnd
-
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(1.4)
- visual dissolve fast
- go card id 3943 -- card "bill12.2"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(5.6)
- visual dissolve fast
- go card id 8823 -- card "bill12.3"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(10.8)
- visual dissolve fast
- go card id 5786 -- card "bill12.4"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(18.1)
- visual dissolve fast
- go card id 5386 -- card "bill12.5"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(21.5)
- visual dissolve fast
- go card id 2523 -- card "bill12.6"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(25.5)
- visual dissolve fast
- go card id 9517 -- card "bill12.7"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(29.3)
- visual dissolve fast
- go card id 2256 -- card "bill12.8"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(33.1)
- visual dissolve fast
- go card id 3643 -- card "bill12.9"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(35.5)
- visual dissolve fast
- go card id 7668 -- card "bill12.10"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(39.6)
- visual dissolve fast
- go card id 11420 -- card "bill12.11"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- repeat while (NextSnd <= SndMax)
- DoNextSound
- end repeat
-
- repeat while (sound() ≠ "done")
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
- end repeat
-
- put empty into currEventID
- go card id 12723 of stack "Interview Control"
- end PlayEvent
-
-
-
- -- part 12 (button)
- -- low flags: 80
- -- high flags: 8003
- -- rect: left=170 top=0 right=22 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: PRES Interview
- ----- HyperTalk script -----
- on PlayEvent
- -- 8/8/88 12:16 AM compiled by Margo Riedel
-
- global StartTime, SndPrefix, SndMax, NextSnd
- global currEventID, currStack, currButton
-
- put the short id of this card into currEventID
- put the short name of this stack into currstack
- put the short name of me into currButton
-
- put ticks() into StartTime
-
- put "bill12" into SndPrefix
- put 8 into SndMax
-
- play "bill12.1"
- play "bill12.2"
- put 3 into NextSnd
-
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(1.4)
- visual dissolve fast
- go card id 3943 -- card "bill12.2"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(5.6)
- visual dissolve fast
- go card id 8823 -- card "bill12.3"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(10.8)
- visual dissolve fast
- go card id 5786 -- card "bill12.4"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(18.1)
- visual dissolve fast
- go card id 5386 -- card "bill12.5"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(21.5)
- visual dissolve fast
- go card id 2523 -- card "bill12.6"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(25.5)
- visual dissolve fast
- go card id 9517 -- card "bill12.7"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(29.3)
- visual dissolve fast
- go card id 2256 -- card "bill12.8"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(33.1)
- visual dissolve fast
- go card id 3643 -- card "bill12.9"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(35.5)
- visual dissolve fast
- go card id 7668 -- card "bill12.10"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- waitfor(39.6)
- visual dissolve fast
- go card id 11420 -- card "bill12.11"
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
-
- repeat while (NextSnd <= SndMax)
- DoNextSound
- end repeat
-
- repeat while (sound() ≠ "done")
- if (NextSnd < 0) or (mouseclick()) then
- set cursor to 4
- play stop
- go card id 8368 of stack "Interview Control"
- exit PlayEvent
- end if
- end repeat
-
- go card id 3036 of stack "q13"
-
-
- end PlayEvent
-
-